Skip to content

QtFRED support dds files in the image picker#7472

Merged
The-E merged 2 commits into
scp-fs2open:masterfrom
MjnMixael:qtfred-fix-image-picker-dds
Jul 5, 2026
Merged

QtFRED support dds files in the image picker#7472
The-E merged 2 commits into
scp-fs2open:masterfrom
MjnMixael:qtfred-fix-image-picker-dds

Conversation

@MjnMixael

Copy link
Copy Markdown
Contributor

Image Picker would crash when a preview called for a dds image (mostly commonly squad logos). Qt doesn't support dds out of the box and while we could require qtimageformats to resolve that, I think it's a little cleaner in our case to use our existing dds utils as much as possible. We need a new minimal method to grab just the top mip, though, and hand back the pixel data directly in a way Qt can use.

@MjnMixael MjnMixael added fix A fix for bugs, not-a-bugs, and/or regressions. qtfred A feature or issue related to qtFred. labels May 19, 2026
@github-project-automation github-project-automation Bot moved this to Work In Progress (PRs) in qtFRED2 May 19, 2026

@wookieejedi wookieejedi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good

@github-project-automation github-project-automation Bot moved this from Work In Progress (PRs) to In Review (PRs) in qtFRED2 Jun 3, 2026
@The-E The-E merged commit da1b045 into scp-fs2open:master Jul 5, 2026
20 checks passed
@github-project-automation github-project-automation Bot moved this from In Review (PRs) to Done in qtFRED2 Jul 5, 2026
@MjnMixael MjnMixael deleted the qtfred-fix-image-picker-dds branch July 5, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix A fix for bugs, not-a-bugs, and/or regressions. qtfred A feature or issue related to qtFred.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants